From: Victor Seva Date: Fri, 29 Sep 2023 14:39:21 +0000 (+0200) Subject: Don't copy the INSTALL file to the docs dir X-Git-Tag: archive/raspbian/6.0.5-1+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3fea634b304a0dbf07a8d4a59eba88decc3be740;p=kamailio.git Don't copy the INSTALL file to the docs dir Gbp-Pq: Name no_INSTALL_file.patch --- diff --git a/src/Makefile b/src/Makefile index 744b1e15..a4be4cc2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -860,8 +860,6 @@ install-modules-all: install-every-module install-every-module-doc install-doc: $(doc_prefix)/$(doc_dir) install-every-module-doc - $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/INSTALL - $(INSTALL_DOC) ../INSTALL $(doc_prefix)/$(doc_dir) $(INSTALL_TOUCH) $(doc_prefix)/$(doc_dir)/README $(INSTALL_DOC) ../README $(doc_prefix)/$(doc_dir)